vcProcessSequence
Sequence of steps to be executed during simulation.
See in: Overview
Module: vcProcessModel
Parent: vcObject
Children -
Referenced by: vcProcessFlowGroup.Sequence, vcProcessFlowTable.copySequenceFrom(), vcProcessFlowTable.createSequence(), vcProcessFlowTable.getSequence()
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| FlowSteps | vcObservableList | R | Gets a list of flow steps |
| ProcessConfigurations | vcObservableList | R | Gets a read-only observable list of vcSequenceProcessConfiguration instances, affecting vcProcessGroup instances in this process sequence. |
Methods
Learn how to use methods here. The methods are also inherited from the parent class.
| Name | Return Type | Parameters | Description |
| createStep | vcProcessFlowStep | Optional Keyword[index = Integer] | Creates a new process flow step and inserts it in flow steps.See moreParameters: Optional: index (Integer): Index to insert the created flow step at. If index is omitted or out of range, the step is appended at the end of the list. Returns: vcProcessFlowStep: The newly created flow step. |
| createStepFrom | vcProcessFlowStep | vcProcessFlowStep flowStep, Optional Keyword[index = Integer] | Creates a copy of the given flow step and inserts it at the given index. See moreThe given step may belong to any process sequence. Parameters: step (vcProcessFlowStep): Step to clone from. Optional: index (Integer): Index to insert the created flow step at. If index is omitted or out of range, the step is appended at the end of the list. Returns: vcProcessFlowStep: The newly created step. |
| delete | None | None | Delete the sequence. |
| endBatch | None | None | End batch update of the flow steps and apply delayed updates to process configurations. |
| getNextProcessOptions | list | vcNextProcessFlowInfo next, Optional Keyword[product = vcProduct] | Gets next process options.See moreParameters: next (vcNextProcessFlowInfo) - return value list will be collected starting from next non-optional step continuing to all optional steps from next. Optional: product (vcProduct) - when specified takes product's history in account include all processes in any order steps. Returns: List of vcFeedOptionFlowInfo: Returns a list of possible flow info options in priority order given the inputs. |
| startBatch | None | None | Start batch update of flow steps and delay updating process configurations until 'endBatch' is called. |